babl: fix trc registrationof ACES spaces
authorØyvind Kolås <pippin@gimp.org>
Sun, 24 Jun 2018 09:56:18 +0000 (11:56 +0200)
committerØyvind Kolås <pippin@gimp.org>
Sun, 24 Jun 2018 09:56:18 +0000 (11:56 +0200)
babl/babl-space.c

index 6d2415c7f6c6e3a9b643697127d52588fe8008e8..5d5086a6993d34d15e444d1b8a1c4ec051043406 100644 (file)
@@ -502,7 +502,7 @@ computations of uniform gray axis */
       0.713, 0.293,
       0.165, 0.830,
       0.128, 0.044,
-      babl_trc("1.0"), NULL, NULL, 1);
+      babl_trc("linear"), NULL, NULL, 1);
 
   babl_space_from_chromaticities (
      "ACES2065-1",
@@ -510,7 +510,7 @@ computations of uniform gray axis */
       0.7347, 0.2653,
       0.0000, 1.0000,
       0.0001, -0.0770,
-      babl_trc("1.0"), NULL, NULL, 1);
+      babl_trc("linear"), NULL, NULL, 1);
 
 }